home *** CD-ROM | disk | FTP | other *** search
- Path: news.magg.net!news
- From: n4mwd@magg.net (Dennis Hawkins)
- Newsgroups: comp.lang.c
- Subject: Re: Looking for a clear screen function
- Date: Wed, 21 Feb 1996 01:26:07 GMT
- Organization: M.A.G. Information Services (MAGG.NET)
- Message-ID: <4gdotr$p36@dopey.magg.net>
- References: <4gaeba$d9h@nkosi.well.com> <3129AC77.5F25@fokus.gmd.de> <TANMOY.96Feb20084655@qcd.lanl.gov>
- NNTP-Posting-Host: wpb-126.magg.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- tanmoy@qcd.lanl.gov (Tanmoy Bhattacharya) wrote:
-
- >In article <3129AC77.5F25@fokus.gmd.de> Watson <sayegh@fokus.gmd.de>
- >writes:
- > > Does anyone know of a clear screen function to use both in turboC++ on
- > > a PC and one to use in standard C for Unix machines
-
- > There's no standard function to clear
- > the screen. In TurboC I guess it's clrscr()
- > (prototyped in <conio.h>), with Unix it's
- > clear()/wclear() (<curses.h>).
-
- Doesn't the ANSI.SYS driver provide an escape code similar to CURSES.H
- that allows the screen to be cleared?
-
-